home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 03p.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1999-04-08  |  356 b   |  16 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   set the cursor of sprite 5 to [61, 62]
  4.   set the cursor of sprite 6 to [59, 60]
  5.   repeat with i = 15 to 17
  6.     set the cursor of sprite i to 3
  7.   end repeat
  8.   repeat with i = 30 to 32
  9.     set the cursor of sprite i to 3
  10.   end repeat
  11.   repeat with i = 47 to 48
  12.     set the cursor of sprite i to 3
  13.   end repeat
  14.   go(the frame)
  15. end
  16.